home *** CD-ROM | disk | FTP | other *** search
Wingz Script | 1989-06-07 | 2.7 KB | 59 lines | [WZSC/WNGZ] |
- WNGZWZSC01b1
- Demo08
- Perfect
- Champagne
- Record
- Calculator
- Glasses
- Glasses
- Calculator
- Record
- Champagne
- Money
- Eagle
- SDOpen
- DoSound
- Segway
- ColorScreencall sd:SDOpen("Demo08",1)
- call sd:DoSound("Perfect")
- repaint selections off
- wait for (sd:Segway * 2.0) seconds
- hide fields
- select object "Champagne"
- Object Location frac(A2..B15,1,117,1,52)
- wait for (sd:Segway * .5) seconds
- select object "Record"
- Object Location frac(B2..F9,0,90,255,62)
- wait for (sd:Segway * .5) seconds
- select object "Flag"
- Object Location frac(A13..C19,128,200,64,117)
- wait for (sd:Segway * .5) seconds
- select object "Calculator"
- Object Location frac(B8..D20,128,207,64,65)
- wait for (sd:Segway * .5) seconds
- select object "Glasses"
- Object Location frac(A18..C24,43,96,255,110)
- wait for (sd:Segway * .5) seconds
- select object "Man"
- Object Location frac(D5..H24,43,210,43,34)
- wait for (sd:Segway * 1.0) seconds
- select object "Man" clear wait for (sd:Segway * .25) seconds
- select object "Glasses" clear wait for (sd:Segway * .25) seconds
- select object "Calculator" clear wait for (sd:Segway * .25) seconds
- select object "Flag" clear wait for (sd:Segway * .25) seconds
- select object "Record" clear wait for (sd:Segway * .25) seconds
- select object "Champagne" clear wait for (sd:Segway * .25) seconds
- Select object "City"
- Object Location frac(B2..F15,149,86,85,55)
- wait for (sd:Segway * .5) seconds
- select object "Money"
- Object Location frac(D9..H23,85,48,255,38)
- wait for (sd:Segway * .5) seconds
- if sd:ColorScreen = 1
- select object "Eagle"
- Object Location frac(A1..C21,234,103,128,128)
- wait for (sd:Segway * 1.5) second
- end if
- repaint selections on
- close now
-